home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / flip3206.zip / MKDEMO.BAT < prev    next >
DOS Batch File  |  1997-03-09  |  186b  |  5 lines

  1. @call tasm /m3 flip32_a.asm flip32_a.obj
  2. if errorlevel == 1 goto argh
  3. @call wpp386 -i=%WATCOM%\H /d2 /3s demo.cpp
  4. @call wlink system pmodew file { demo flip32_a } name demo.exe
  5. :argh